indirect addressing - перевод на Английский
Diclib.com
Словарь онлайн

indirect addressing - перевод на Английский

ASPECT OF THE INSTRUCTION SET ARCHITECTURE IN MOST CENTRAL PROCESSING UNIT DESIGNS
Addressing modes; Indirect word; Address mode; Indirect address; Absolute coding; Absolute and relative coding; Indexed addressing; Indirect addressing; Relative coding; Effective address; Load Effective Address; Push Effective Address; Indirection bit; Indirection (computing); Special addressing modes for implementation of stacks; Conditional execution; Register indirect; Direct addressing; Address modes; Direct-addressing; Direct address (computing)

indirect addressing         

общая лексика

IA

косвенная адресация

способ адресации, при котором исполнительный адрес находится по адресу памяти, указанному в команде, или находится в регистре. В последнем случае это "косвенная регистровая" адресация (IR)

Смотрите также

absolute address; direct addressing; effective address; indexed addressing

indirect address         

общая лексика

косвенный адрес

адрес ячейки памяти, содержащей исполнительный адрес. В некоторых компьютерах косвенный адрес может указывать на начало связанного списка, последний элемент которого содержит исполнительный адрес

Смотрите также

indirect addressing

absolute coding         

общая лексика

программирование в машинных кодах

популярный на первых ЭВМ, но практически вышедший из употребления метод программирования с использованием машинных команд и абсолютных адресов. Такая программа может непосредственно исполняться процессором без предварительной трансляции и компоновки. Может применяться в редких случаях при отладке встроенных систем на простых микропроцессорах

Смотрите также

absolute address; absolute code; machine code

Определение

indirect addressing
indirect address

Википедия

Addressing mode

Addressing modes are an aspect of the instruction set architecture in most central processing unit (CPU) designs. The various addressing modes that are defined in a given instruction set architecture define how the machine language instructions in that architecture identify the operand(s) of each instruction. An addressing mode specifies how to calculate the effective memory address of an operand by using information held in registers and/or constants contained within a machine instruction or elsewhere.

In computer programming, addressing modes are primarily of interest to those who write in assembly languages and to compiler writers. For a related concept see orthogonal instruction set which deals with the ability of any instruction to use any addressing mode.